home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000084_amos-request@svcs1.digex.net_Wed Aug 6 23:11:43 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  68 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id XAA12123
  3.     for <mcox@access.digex.net>; Wed, 6 Aug 1997 23:11:42 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id WAA15610
  6.     for amos-out; Wed, 6 Aug 1997 22:23:37 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id WAA15607
  9.     for <amos-list@svcs1.digex.net>; Wed, 6 Aug 1997 22:23:36 -0400 (EDT)
  10. Received: from upsmot04 (upsmot04.msn.com [204.95.110.86])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with SMTP id WAA21106
  12.     for <amos-list@access.digex.net>; Wed, 6 Aug 1997 22:23:35 -0400 (EDT)
  13. Received: from upmajb09 ([204.95.110.82]) by upsmot04 (8.6.8.1/Configuration 4) with SMTP id TAA10081 for <amos-list@access.digex.net>; Wed, 6 Aug 1997 19:25:25 -0700
  14. Date: Wed, 6 Aug 97 18:10:16 UT
  15. From: "SYLVIA SANCHEZ" <CHILDRENOFSUN@msn.com>
  16. Message-Id: <UPMAIL02.199708070222290293@msn.com>
  17. To: amos-list@access.digex.net
  18. Subject: OK FAST MEM NOT SOLVED
  19. Status: O
  20. X-Status: 
  21.  
  22. Hi Sam Becket,
  23.  
  24. Well, you are right.  The program by Neil Kennedy was just a demo program.  He 
  25. stated at the beginning of the listing that he needed a program to see if a 
  26. computer was more than a 1 meg machine.  I suppose this type of program 
  27. depends on what you wish to accomplish.  However, I do think it is an 
  28. important question, as it pretty much relates to my question about doing 
  29. without double buffer in order to save available memory.
  30.  
  31. Anyway, I tested FAST FREE on a 1 meg machine.  Apparently, I discovered that 
  32. my 1.3 OS used 153,288 K of memory leaving 895,288 free memory.  After loading 
  33. AMOS PRO, there was 392,560 free memory.  I guess AMOS PRO uses 502,965 K of 
  34. which lets say 25,000 K is reserved for text (out of FAST RAM).  The more text 
  35. space reserved the less FAST FREE.
  36.  
  37. For a compiled program, AMOS sys & libs consumes around 80 K of disk space, so 
  38. I suppose there would be even more FAST RAM left.  At this point, I have no 
  39. idea how large your program is going to be.  I suppose that 8 disks could 
  40. potentially consume 8 MB of ram.
  41.  
  42. Anyway, getting back to the 1 meg machine.  There was 0 or zero FAST MEM and 
  43. 402,704 for CHIP MEM.  As far as I can tell, there is no FAST MEM on a 1 meg 
  44. machine as far as AMOS is concerned.  Therefore,
  45.  
  46. If FAST FREE = 0, then load only one disk program.
  47.  
  48. My system is actually a 3 meg machine, however after loading the OS & AMOS, it 
  49. has only 2,333,048 FREE MEM left.  Apparently my system uses 812,680 which 
  50. probably includes OS and peripherals.  When I test CHIP FREE the amount was 
  51. increased from 402,704 to 813,680 out of the total FREE MEM available!  I 
  52. figured that CHIP FREE was just using all available memory for a 1 meg machine 
  53. which would be about 813,680 + 153,288 for the OS.  Anyway that is my guess.  
  54. Anyway, on my system, I figure that I could load potentially a 2 disk program 
  55. (maybe 3).
  56.  
  57. If FAST FREE <= 700,000 then load 1 disk
  58. if FAST FREE > 700,000 and <= 1,400,000 then load 2 disks
  59. if FAST FREE >1,400,000 <= 2,100,000 then load 3 disks
  60.  
  61. Does anyone have a better way to do this?  Damn, I just realized that this 
  62. does have to be done in the startup sequence, before loading the AMOS 
  63. program!!  I think I having doing this all back-arse-wards!  Am I wrong here?
  64.  
  65. Rudy
  66. ChildrenOfSun@msn.com
  67.  
  68.